DicomMatchDelegate<T1> Delegate

Summary
Represents the method that will handle a DICOM match.
Syntax
C#
VB
C++
public delegate void DicomMatchDelegate( 
   T1 obj, 
   DicomDataSet ds 
) 
  
Public Delegate Sub DicomMatchDelegate(Of T1)( _ 
   ByVal obj As T1, _ 
   ByVal ds As DicomDataSet _ 
)  
generic<typename T1> 
public delegate void DicomMatchDelegate(  
   _T1^_ obj, 
   DicomDataSet^ ds 
) 

Parameters

obj
The data created from the match.

ds
The original dataset returned from the C-FIND-REQ.

Type Parameters

T1
The type of class to return on a match.

Example

For an example refer to QueryRetrieveScu.Find<TQuery,TResult>

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.